﻿2026-05-10T11:58:58.8639720Z ##[group]Run actions/checkout@v4
2026-05-10T11:58:58.8641107Z with:
2026-05-10T11:58:58.8641920Z   repository: SaberMage/rebno
2026-05-10T11:58:58.8643154Z   token: ***
2026-05-10T11:58:58.8644195Z   ssh-strict: true
2026-05-10T11:58:58.8645022Z   ssh-user: git
2026-05-10T11:58:58.8645865Z   persist-credentials: true
2026-05-10T11:58:58.8646789Z   clean: true
2026-05-10T11:58:58.8647629Z   sparse-checkout-cone-mode: true
2026-05-10T11:58:58.8648641Z   fetch-depth: 1
2026-05-10T11:58:58.8649453Z   fetch-tags: false
2026-05-10T11:58:58.8650288Z   show-progress: true
2026-05-10T11:58:58.8651126Z   lfs: false
2026-05-10T11:58:58.8651906Z   submodules: false
2026-05-10T11:58:58.8652755Z   set-safe-directory: true
2026-05-10T11:58:58.8654125Z ##[endgroup]
2026-05-10T11:58:59.0021048Z Syncing repository: SaberMage/rebno
2026-05-10T11:58:59.0025427Z ##[group]Getting Git version info
2026-05-10T11:58:59.0031176Z Working directory is '/home/runner/work/rebno/rebno'
2026-05-10T11:58:59.0035591Z [command]/usr/bin/git version
2026-05-10T11:58:59.0037674Z git version 2.53.0
2026-05-10T11:58:59.0053934Z ##[endgroup]
2026-05-10T11:58:59.0064515Z Temporarily overriding HOME='/home/runner/work/_temp/c0ea8a3c-9dfe-43ee-8bed-2da19220109d' before making global git config changes
2026-05-10T11:58:59.0069388Z Adding repository directory to the temporary git global config as a safe directory
2026-05-10T11:58:59.0073931Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/rebno/rebno
2026-05-10T11:58:59.0100026Z Deleting the contents of '/home/runner/work/rebno/rebno'
2026-05-10T11:58:59.0114551Z ##[group]Initializing the repository
2026-05-10T11:58:59.0117460Z [command]/usr/bin/git init /home/runner/work/rebno/rebno
2026-05-10T11:58:59.0217153Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-05-10T11:58:59.0225558Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-05-10T11:58:59.0229228Z hint: to use in all of your new repositories, which will suppress this warning,
2026-05-10T11:58:59.0233839Z hint: call:
2026-05-10T11:58:59.0235578Z hint:
2026-05-10T11:58:59.0237696Z hint: 	git config --global init.defaultBranch <name>
2026-05-10T11:58:59.0240117Z hint:
2026-05-10T11:58:59.0242292Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-05-10T11:58:59.0246030Z hint: 'development'. The just-created branch can be renamed via this command:
2026-05-10T11:58:59.0249034Z hint:
2026-05-10T11:58:59.0250755Z hint: 	git branch -m <name>
2026-05-10T11:58:59.0252547Z hint:
2026-05-10T11:58:59.0255203Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-05-10T11:58:59.0259085Z Initialized empty Git repository in /home/runner/work/rebno/rebno/.git/
2026-05-10T11:58:59.0265527Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/rebno
2026-05-10T11:58:59.0280451Z ##[endgroup]
2026-05-10T11:58:59.0284132Z ##[group]Disabling automatic garbage collection
2026-05-10T11:58:59.0286872Z [command]/usr/bin/git config --local gc.auto 0
2026-05-10T11:58:59.0319858Z ##[endgroup]
2026-05-10T11:58:59.0322642Z ##[group]Setting up auth
2026-05-10T11:58:59.0326354Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-05-10T11:58:59.0365170Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-05-10T11:58:59.0712843Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-05-10T11:58:59.0751653Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-05-10T11:58:59.0989835Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-05-10T11:58:59.1047258Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-05-10T11:58:59.1280135Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-05-10T11:58:59.1319562Z ##[endgroup]
2026-05-10T11:58:59.1322798Z ##[group]Fetching the repository
2026-05-10T11:58:59.1333215Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +457926302b3cc97a9d17405a6da2558bcc6958b3:refs/remotes/origin/main
2026-05-10T11:59:00.2839761Z From https://github.com/SaberMage/rebno
2026-05-10T11:59:00.2843102Z  * [new ref]         457926302b3cc97a9d17405a6da2558bcc6958b3 -> origin/main
2026-05-10T11:59:00.2879226Z ##[endgroup]
2026-05-10T11:59:00.2882071Z ##[group]Determining the checkout info
2026-05-10T11:59:00.2885346Z ##[endgroup]
2026-05-10T11:59:00.2887854Z [command]/usr/bin/git sparse-checkout disable
2026-05-10T11:59:00.2931895Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-05-10T11:59:00.2966498Z ##[group]Checking out the ref
2026-05-10T11:59:00.2969568Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-05-10T11:59:01.1375402Z Switched to a new branch 'main'
2026-05-10T11:59:01.1377920Z branch 'main' set up to track 'origin/main'.
2026-05-10T11:59:01.1444530Z ##[endgroup]
2026-05-10T11:59:01.1494103Z [command]/usr/bin/git log -1 --format=%H
2026-05-10T11:59:01.1516888Z 457926302b3cc97a9d17405a6da2558bcc6958b3
